Types

Link copied to clipboard

Represents the event source detail for channel changelogs.

Link copied to clipboard

Represents the event source detail for channel refresh.

Link copied to clipboard
object None : EventDetail
Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onChannelChanged.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onChannelDeleted.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onChannelFrozen.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onChannelHidden.

Link copied to clipboard
Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onChannelUnfrozen.

Link copied to clipboard
Link copied to clipboard
data class OnMentionReceived(val message: BaseMessage) : EventDetail

Represents the event source detail for GroupChannelHandler.onMentionReceived.

Link copied to clipboard
data class OnMetaCountersCreated(val metaCounterMap: Map<String, Int>) : EventDetail

Represents the event source detail for GroupChannelHandler.onMetaCountersCreated.

Link copied to clipboard
data class OnMetaCountersDeleted(val keys: List<String>) : EventDetail

Represents the event source detail for GroupChannelHandler.onMetaCountersDeleted.

Link copied to clipboard
data class OnMetaCountersUpdated(val metaCounterMap: Map<String, Int>) : EventDetail

Represents the event source detail for GroupChannelHandler.onMetaCountersUpdated.

Link copied to clipboard
data class OnMetaDataCreated(val metaDataMap: Map<String, String>) : EventDetail

Represents the event source detail for GroupChannelHandler.onMetaDataCreated.

Link copied to clipboard
data class OnMetaDataDeleted(val keys: List<String>) : EventDetail

Represents the event source detail for GroupChannelHandler.onMetaDataDeleted.

Link copied to clipboard
data class OnMetaDataUpdated(val metaDataMap: Map<String, String>) : EventDetail

Represents the event source detail for GroupChannelHandler.onMetaDataUpdated.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onOperatorUpdated.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onPinnedMessageUpdated.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onReadStatusUpdated.

Link copied to clipboard

Represents the event source detail for GroupChannelHandler.onTypingStatusUpdated.

Link copied to clipboard
data class OnUserBanned(val restrictedUser: RestrictedUser) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserBanned.

Link copied to clipboard
data class OnUserDeclinedInvitation(val inviter: User?, val invitee: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserDeclinedInvitation.

Link copied to clipboard
data class OnUserJoined(val user: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserJoined.

Link copied to clipboard
data class OnUserLeft(val user: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserLeft.

Link copied to clipboard
data class OnUserMuted(val restrictedUser: RestrictedUser) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserMuted.

Link copied to clipboard
data class OnUserReceivedInvitation(val inviter: User?, val invitees: List<User>) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserReceivedInvitation.

Link copied to clipboard
data class OnUserUnbanned(val user: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserUnbanned.

Link copied to clipboard
data class OnUserUnmuted(val user: User) : EventDetail

Represents the event source detail for GroupChannelHandler.onUserUnmuted.